The most fundamental truth is this: A website is not one single file.
It's a collection of different files (HTML, CSS, JavaScript, images, videos, fonts) organized into folders.
If index.html
needs to show an image logo.png
, how does the browser know where to find it?
A file path is that address.
Most common in projects. Path is written starting from the current file location.
my-website/ βββ index.html βββ about.html β βββ images/ β βββ logo.png β βββ hero.jpg β βββ pages/ βββ contact.html βββ terms.html
About Us
Used for resources on other websites.
Search on Google![]()
C:\Users\JohnDoe\Documents\report.docx
/Users/johndoe/Documents/report.docx
Document
Websites are usually multi-page with navigation links and consistent header/footer.
![]()
Arjun Kumar
Loves to code and teach HTML.
.........
This is very important information.